DeserializationOptions class

Declares configuration parameters for Deserialization process

Implementers

Constructors

DeserializationOptions({dynamic scheme, CaseStyle? caseStyle, dynamic template, InjectableValues? injectableValues, Type? type, bool? processAnnotatedMembersOnly})
const

Properties

caseStyle CaseStyle?
The most popular ways to combine words into a single string Based on assumption: That all Dart class fields initially given as CaseStyle.camel
final
hashCode int
The hash code for this object.
no setterinherited
injectableValues InjectableValues?
A Map<String, dynamic> of injectable values to be used for direct injection
final
processAnnotatedMembersOnly bool?
Process annotated class members only
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme → dynamic
Scheme to be used
final
template → dynamic
Template Instance
final
type Type?
Declares a fallback target type to deserialize to, when it's not possible to detect it from target type inference OR template
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