Skip to content

CustomMappers

Category: Core

Source: custom_mappers.dart

Classes

UriMapper

Constructor

dart
const UriMapper()

Methods

Uri decode(dynamic value)
dynamic encode(Uri self)

DurationMapper

Constructor

dart
const DurationMapper()

Methods

Duration decode(dynamic value)
dynamic encode(Duration self)

Released under the MIT License.