berTvlToJson function

String berTvlToJson(
  1. BerTvl data
)

Implementation

String berTvlToJson(BerTvl data) => json.encode(data.toJson());