ValueFormat.fromMap constructor

ValueFormat.fromMap(
  1. Map<String, Object?> obj
)

Implementation

ValueFormat.fromMap(Map<String, Object?> obj) : hex = obj['hex'] as bool?;