toNestedStructureMap method

  1. @override
Map<String, Object> toNestedStructureMap()
override

条件分岐で利用するため用意した.

Implementation

@override
Map<String, Object> toNestedStructureMap() => {
    runtimeType.toString(): value,
};