PromissoryObjectBuilder class

Inheritance
  • Object
  • ObjectBuilder
  • PromissoryObjectBuilder

Constructors

PromissoryObjectBuilder({required VersionObjectBuilder version, required SignatureSystem signatureSystem, required List<int> id, required String currencyCode, required int amount, required int decimals, required List<int> authority, required List<int> issuer, required int issuanceDate, required List<int> authorizedSignature, required List<int> securedSignature, required SignatureBlockObjectBuilder signatureBlock, required int blockDepth})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

finish(Builder fbBuilder) int
Finish building, and store into the fbBuilder.
override
getOrCreateOffset(Builder fbBuilder) int
Can be used to write the data represented by this builder to the Builder and reuse the offset created in multiple tables.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes([String fileIdentifier = "MONE"]) Uint8List
Convenience method to serialize to byte list.
override
toString() String
A string representation of this object.
inherited

Operators

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