toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      'type': type,
      'title': title,
      'backgroundColor': backgroundColor,
      'opacity': opacity,
      'fontSize': fontSize,
      'fontName': fontName,
      'fontColor': fontColor,
      'fontStyle': fontStyle,
      'deeplink_type': deeplinkType,
      'iOS_url': iOsUrl,
      'ios_key_value': iosKeyValue,
      'actionType': actionType,
    };