BitJsonExtension extension

Expose toJson on Bit

on

Methods

toJson() → String

Available on Bit, provided by the BitJsonExtension extension

Returns a serialized version of the Bit as a String.

Static Methods

fromJson(dynamic value) → Bit

Available on Bit, provided by the BitJsonExtension extension

Returns a deserialized version of the Bit from various formats.