TextAsset.fromJson constructor

TextAsset.fromJson(
  1. JSONMap json
)

Implementation

TextAsset.fromJson(super.json)
    : fileUrl = Uri.parse(json["filename"]),
      super.fromJson();