JsonConstructor class

JsonConstructor is used as metadata, to annotate specific Dart class constructor being used for deserialization

Annotations
  • @Target({})

Constructors

JsonConstructor({dynamic scheme})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme → dynamic
Scheme marker to associate this meta information with particular mapping scheme
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited