cast method

  1. @override
String cast(
  1. dynamic value
)
override

Casts the argument to this data type, otherwise throw an ArgumentError.

Implementation

@override
String cast(dynamic value) => value.toString();