toJson method

Map toJson()

Implementation

Map toJson() => {
      'appName': appName,
      'colors': colors,
      'locale': locale,
      'theme': theme,
    };