CubaEntityFilter.fromJson constructor

CubaEntityFilter.fromJson(
  1. String str
)

Implementation

factory CubaEntityFilter.fromJson(String str) =>
    CubaEntityFilter.fromMap(json.decode(str));