SerField class

Constructors

SerField({required String idl, required String type, required String did, String? id, bool nullable = false, String? ser, String? deser})
const

Properties

deser String?
final
did String
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
idl String
final
nullable bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ser String?
final
type String
final

Methods

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

Operators

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

Static Methods

bigInt([bool nullable = false]) → Tuple2<String, String>
list(SerField ser, [bool nullable = false]) → Tuple2<String?, String?>
object(String clazz, [bool nullable = false]) → Tuple2<String, String>
opt({String? ser, String? deser}) → Tuple2<String?, String?>
principal([bool nullable = false]) → Tuple2<String, String>
tuple(Iterable<SerField> sers, {String? type, bool nullable = false}) → Tuple4<String, String, String, String>
uint8List([bool nullable = false]) → Tuple2<String, String>

Constants

ph → const String