toJson method

Map toJson()

Implementation

Map toJson() => {'brandPayOption': (brandPayOption != null) ? brandPayOption!.toJson() : null};