AboutDriveThemes.fromJson constructor

AboutDriveThemes.fromJson(
  1. Map json_
)

Implementation

AboutDriveThemes.fromJson(core.Map json_)
  : this(
      backgroundImageLink: json_['backgroundImageLink'] as core.String?,
      colorRgb: json_['colorRgb'] as core.String?,
      id: json_['id'] as core.String?,
    );