toMap method

Map<String, Object?> toMap()

Implementation

Map<String, Object?> toMap() => <String, Object?>{"name": name, "source": source.toMap(), "width": physicalWidth};