StarTransactions.fromJson constructor

StarTransactions.fromJson(
  1. Map<String, dynamic> json
)

Creates a new StarTransactions object from json.

Implementation

factory StarTransactions.fromJson(Map<String, dynamic> json) =>
    _$StarTransactionsFromJson(json);