listChildrenNames method

List<String> listChildrenNames()

Lists the JSON keys for the object.

Implementation

List<String> listChildrenNames() {
  // Subclasses should override this to return their specific children.
  return <String>[];
}